home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWorkshop / Source / Examples / gwcopy / GWCopyApp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-03  |  194 b   |  15 lines

  1. #ifndef __PNMCOPYAPP__
  2. #define __PNMCOPYAPP__
  3.  
  4. #import <appkit/Application.h>
  5.  
  6. @interface GWCopyApp : Application
  7. {
  8. }
  9.  
  10. - run: (int)argc : (char **)argv;
  11. - copyToPBoard: (id)thePic;
  12.  
  13. @end
  14.  
  15. #endif